projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
555a652
)
boston: Remove unused label in lowlevel_display
author
Paul Burton
<
[email protected]
>
Fri, 15 Sep 2017 18:34:31 +0000
(11:34 -0700)
committer
Daniel Schwierzeck
<
[email protected]
>
Tue, 28 Nov 2017 20:59:30 +0000
(21:59 +0100)
The lowlevel_display() function includes a "1:" label which is never
used. Remove it.
Signed-off-by: Paul Burton <
[email protected]
>
Cc: Daniel Schwierzeck <
[email protected]
>
board/imgtec/boston/lowlevel_init.S
patch
|
blob
|
history
diff --git
a/board/imgtec/boston/lowlevel_init.S
b/board/imgtec/boston/lowlevel_init.S
index 46c9c1d269654ceea191554d1947ca9ecf4f8250..02a75a8ee7e73497ae4d7c9542ce242b2a3b2f17 100644
(file)
--- a/
board/imgtec/boston/lowlevel_init.S
+++ b/
board/imgtec/boston/lowlevel_init.S
@@
-51,5
+51,5
@@
LEAF(lowlevel_display)
sw k1, 4(AT)
#endif
.set pop
-
1:
jr ra
+
jr ra
END(lowlevel_display)